Date Constructor (String) |
Initializes a new instance of the Date specified with date as a string.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Date(
string date
)
Public Sub New (
date As String
)
Parameters
- date
- Type: SystemString
A date in format "ddd, d MMM yyyy HH:mm:ss zzz"
See Also